/*  手机样式开始 */
.navbar{
	border-bottom: 1px solid #f1f1f1;
}
@media (max-width:768px) {
	.nav-link{
		color: #888 !important;
		font-size: 14px;
		border-bottom: 1px solid #f1f1f1;
	}
	.nav-link:hover{
		color: #222 !important;
	}
	.nav-link:focus{
		color: #222 !important;
		border-bottom: 1px solid #fff;
	}
}
/* ------------------------------------------------------------------------右侧菜单按钮开始 */
.navbar-toggler{
	width: 35px;
	height: 30px;
	padding:3.5px 0 !important;
	color: #85d685;
	border-color: #0aad0a;
}
.navbar-toggler img{
	width: 23px;
	height: 18px;
	margin: auto;
}
/* --------------------------------------------------------------------------右侧菜单按钮结束 */
/* --------------------------------------------------------------------------菜单关闭按钮开始 */
.btn-close{
	width: 35px;
	height: 30px;
	padding: 0 !important;
	font-size: 12px;  /*差的大小*/
}
.btn-close:focus {
	box-shadow:0 0 0 .25rem rgba(10,173,10,.25); /*边框颜色*/
	opacity:1;
	outline:0
}
/* --------------------------------------------------------------------------菜单关闭按钮结束 */
/* --------------------------------------------------------button 左侧按钮开始 */
.list-unstyled li{
	list-style:none;
}
.list-unstyled li a{
	padding: 5px 10px;
}
.m-y{
	margin: 5px 0;
}
/*-------------------------------------------------------- button 左侧按钮结束 */
/* ----------------------------------------------二级菜单显示开始 */
.dropdown-submenu {  
    position: relative;  
}   
.dropdown-submenu>.dropdown-menu {  
    top: -5px;  
    left: 100%;  
    margin-left: -1px;    
}  
@media (max-width:768px) {
	.dropdown-submenu>.dropdown-menu {  
        margin-top: 10px !important; 
    }  
}
.dropdown-submenu:hover>.dropdown-menu {  
    display: block; 
}  
.dropdown-animation.dropdown-submenu .dropdown-menu {
	display:block;
	margin-right:.125rem;
	margin-top:0;
	opacity:0;
	right:100%;
	top:0;
	transform:translateY(20px);
	transition:all .3s ease-in;
	visibility:hidden
}
.dropdown-animation.dropdown-submenu:hover>.dropdown-menu {
	opacity:1;
	transform:scaleY(1);
	visibility:visible;
}
.dropdown-submenu.dropend .dropdown-menu {
    position: relative !important;
    left:0 !important;
    right:0;
    top:0px;
    color: #000;
}
.dropdown-item:hover{
background-color: #0aad0a !important;
color: #fff;
}
/* -------------------------------二级菜单样式结束 */
/* 手机样式结束 */
/* 手机端navbar 开始*/
.navimg{
    margin: auto;
    width: 70px;
    height: 70px;
    /* background-color: #50af49; */
    border-radius: 6px;
    text-align: center;
	margin-top: -20px !important;
}
.navimg img{
    width: 50px;
    height: 50px;
    margin-top: 10px;
}
.navtext{
    width: 100%;
    text-align: center;
    font-size: 14px;
    /* margin-top: 10px; */
    margin-bottom: 20px;
}
/* 手机端navbar 结束*/